Improve new problem selection UI#13
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
무엇을
왜
출제 전에 단원별 기준 문제가 어떤 성격인지 확인하고, 개념동형과 구조동형이 명확히 구분된 상태로 생성 단계에 들어가도록 하기 위해서입니다.
검증
pnpm -F @openmath/web typecheckpnpm testSummary by cubic
Add an in-place example preview to the topic selection page and simplify the intent selection flow, so authors can see corpus examples and pick a clear reference before generating problems.
New Features
examples.jsonwith difficulty/type badges and LaTeX (LatexMixed), sticky and responsive layout.packages/web/app/app/new/topic/examples.json(per-unit examples, candidate_pool, generated_at).scripts/bake-topic-examples.mjsto extract examples fromopenmath_rag_records.jsonlvia a mini mapping and writeexamples.json(filters unusable items).globals.cssfor the new two-column layout, example panel, and badges; widen.app-canvas .container-appto 1600px.Migration
node scripts/bake-topic-examples.mjs(optionally setCORPUS_JSONL=...) and commit the updatedexamples.json. No API/DB changes.Written for commit 6baeb00. Summary will update on new commits.